From: kfraser@localhost.localdomain Date: Tue, 17 Oct 2006 17:00:51 +0000 (+0100) Subject: Remove non-existent xc_ptrace_core() from xenctrl.h. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15589^2~76 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=2373f1b10ec0a0f5ddeb8285ee9e470394650e10;p=xen.git Remove non-existent xc_ptrace_core() from xenctrl.h. Signed-off-by: Keir Fraser --- diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h index d3f0368118..f6d982952a 100644 --- a/tools/libxc/xenctrl.h +++ b/tools/libxc/xenctrl.h @@ -120,24 +120,19 @@ typedef struct xc_core_header { #define XC_CORE_MAGIC 0xF00FEBED -long xc_ptrace_core( - int xc_handle, - enum __ptrace_request request, - uint32_t domid, - long addr, - long data, - vcpu_guest_context_t *ctxt); void * map_domain_va_core( unsigned long domfd, int cpu, void *guest_va, vcpu_guest_context_t *ctxt); + int xc_waitdomain_core( int xc_handle, int domain, int *status, int options, vcpu_guest_context_t *ctxt); + typedef void (*thr_ev_handler_t)(long); void xc_register_event_handler(